\version "2.22.2"
melody = \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=92
\key c\major
e4 g4 f2 | d2 e2 |
g4 a4 c4. d16[( e16]) | d4 c4 b2 |
c4 d4 f2 | d2 d8[ e] e4 |
e8 d4. c2 | c8[ d] b4 a2 |
}
chordNames = \chordmode {
c2 f2:/a | f2 e2 |
c2 f2 | d2:m7 e2 |
a2:m d2:m7 | g2:/b c2 |
e2 a2:m | d4:m e4 a2:m |
}
songtext = \lyricmode {}
\include "../template.ly"
\version "2.22.2"
melody = \relative c' {
\numericTimeSignature
\time 4/4
\tempo 4=92
\key c\major
a'4 e8[ e] f4 g8[ f] | g4 d8[ f] f8[ e] e4 |
e4 fis8[ gis] a4 b8[ c] | d8[ c] b4 a2 |
}
chordNames = \chordmode {
a2:m d2:m7 | g2:/b c2 |
e2 a2:m | d4:m e4:7 a2:m |
}
songtext = \lyricmode {}
\include "../template.ly"